@charset 'utf-8';

/******样式清除******/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
a,
span {
  vertical-align: top;
}
img {
  border: 0;
  vertical-align: middle;
}
input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}
button {
  padding: 0;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
}
textarea {
  outline: none;
  border: none;
  resize: none;
}
input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: "Microsoft YaHei";
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}
table tr td,
table {
  border-collapse: collapse;
}
body {
  /* font-size: 0!important; */
  color: #000;
  font-family: "Microsoft YaHei";
}
/*****通用样式******/
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.db {
  display: inline-block;
}
/*****边距调整****/
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt50 {
  margin-top: 50px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
/****内容块居中***/
.centerWidth {
  width: 1398px;
  width: 13.98rem;
  margin: 0 auto;
}
a,span,input{
  display: inline-block;
  font-family: MicrosoftYaHei;
}
/*单行省略*/
.ellipsis1 {
  overflow: hidden; /*超出的部分隐藏起来。*/
  white-space: nowrap; /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis; /* 支持 IE */
}
/*多行省略*/
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
html,body{
  /* overflow-x: hidden; */
}
/* 公共 */
/* * {
  margin: 0;
  padding: 0;
  word-break: break-all;
} */
.top2024 * ,.footer2024 *,.sy2024 *{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  word-break: break-all;
}
.xcConfirm * {
  box-sizing: content-box;
}

ul,
li,
ol {
  list-style: none;
}

body {
  /* font-size: 0; */
  font-size: 12px;
  margin: 0 auto !important;
  min-width: 1400px;
  font-family: MicrosoftYaHei;
  color: #333333;
}

a {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
}

a img {
  border: none;
}

a.hover-blue:hover,
.hover-blue a:hover {
  color: #2789ee;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

input,
textarea {
  outline: none;
  background: 0 0;
}

input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
  color: #333333;
}

input::placeholder {
  color: #a9a6a6;
}

input::-webkit-input-placeholder {
  /*WebKit browsers*/
  color: #a9a6a6;
}

input::-moz-input-placeholder {
  /*Mozilla Firefox*/
  color: #a9a6a6;
}

input::-ms-input-placeholder {
  /*Internet Explorer*/
  color: #a9a6a6;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}

.width1400 {
  width: 1400px;
  margin: 0 auto;
}

.h5show {
  display: none;
}
.pcshow{
  display: block;
}
@media screen and (max-width: 768px){
  body {
    line-height: 0.5rem;
    min-width: auto !important;
  }
  .h5hide{
    display: none!important;
  }
  .h5show {
    display: block !important;
  }
  .pcshow {
    display: none !important;
  }
  .width1400{
    width: 100%;
  }
}